home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 8891 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: fc.hp.com!tomk
  2. From: tomk@fc.hp.com (Tom Kennedy)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: Reading PC ZipDisks on Amiga3000 Toaster
  5. Date: 1 Apr 1996 05:03:40 GMT
  6. Organization: Hewlett-Packard Fort Collins Site
  7. Message-ID: <4jno3c$9hd@fcnews.fc.hp.com>
  8. References: <4j9l0t$o65@blackice.winternet.com>
  9. NNTP-Posting-Host: magnum.fc.hp.com
  10. X-Newsreader: TIN [version 1.2 PL1.4]
  11.  
  12. Steve T. (Cthulhu@Winternet.Com) wrote:
  13. : I have to transfer a large amount of image files to an Amiga 3000 for
  14. : use with the Video Toaster.  I have the SCSI version of the Zip drive.
  15. : Is there a way for the Amiga to read a PC Zipdisk?  
  16.  
  17. Sure.  Here's the mountlist I use: (note this requires OS 2.1 or
  18. higher OR Cross-DOS)
  19.  
  20. -------------------------------------------------------------
  21. IZC:
  22. /* Mountfile Entry Created: 12-Jul-95 19:46:24
  23.  * for full CrossDOS Disk.
  24.  *
  25.  * Disk Size: 95.9 Meg
  26.  * Vendor and drive name: 006 IOMEGA   ZIP 100
  27.  */
  28. /* Disk size parameters.*/
  29.   Surfaces = 2
  30.   BlocksPerTrack = 32
  31.   Lowcyl = 0
  32.   Highcyl = 3071
  33.   BufMemType = 0
  34.   Blocksize = 512
  35. /* Device driver parameters.*/
  36.   Device = 2nd.scsi.device
  37.   Unit = 5
  38. /*  Flags = 0x00000000 */
  39. /* File system parameters.*/
  40.   Mask = 0xFFFFFFFE
  41.   Maxtransfer = 0x00FFFFFF
  42.   Reserved = 0
  43.   Filesystem = L:CrossDOSFileSystem
  44.   Stacksize = 2000
  45.   Priority = 5
  46.   Bootpri = -20
  47.   Globvec = -1
  48.   Buffers = 5
  49.   Dostype = 0x4d534800
  50.   Mount = 0
  51. #
  52. -------------------------------------------------------------
  53.  
  54. Paste this into DEVS:mountlist.  Then add a "mount IZC:" to your
  55. S:user-startup (or, if you don't have that file, S:startup-sequence). 
  56.  
  57. Of course, you'll need to edit the "Device" and "Unit" fields above
  58. for the controller you use.
  59.  
  60. Tom Kennedy
  61.